home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / chrome / classic.jar / skin / classic / global / printPreview.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-14  |  631 b   |  28 lines

  1. /* ..... page navigation ..... */
  2.  
  3. .home-arrow {
  4.   list-style-image: url("moz-icon://stock/gtk-goto-first?size=menu");
  5. }
  6.  
  7. .end-arrow {
  8.   list-style-image: url("moz-icon://stock/gtk-goto-last?size=menu");
  9. }
  10.  
  11. .left-arrow {
  12.   list-style-image: url("moz-icon://stock/gtk-go-back?size=menu");
  13. }
  14.  
  15. .right-arrow {
  16.   list-style-image: url("moz-icon://stock/gtk-go-forward?size=menu");
  17. }
  18.  
  19. /* ..... orientation ..... */
  20.  
  21. .toolbar-portrait-page {
  22.   list-style-image: url("moz-icon://stock/gtk-orientation-portrait?size=button");
  23. }
  24.  
  25. .toolbar-landscape-page {
  26.   list-style-image: url("moz-icon://stock/gtk-orientation-landscape?size=button");
  27. }
  28.